home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2002 November / SGI IRIX Base Documentation 2002 November.iso / usr / share / catman / p_man / cat3 / perl5 / File::Spec::Unix.z / File::Spec::Unix
Encoding:
Text File  |  2002-10-03  |  2.6 KB  |  133 lines

  1.  
  2.  
  3.  
  4. FFFFiiiilllleeee::::::::SSSSppppeeeecccc::::::::UUUUnnnniiiixxxx((((3333))))                                        FFFFiiiilllleeee::::::::SSSSppppeeeecccc::::::::UUUUnnnniiiixxxx((((3333))))
  5.  
  6.  
  7.  
  8. NNNNAAAAMMMMEEEE
  9.      File::Spec::Unix - methods used by File::Spec
  10.  
  11. SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  12.      require File::Spec::Unix;
  13.  
  14. DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  15.      Methods for manipulating file specifications.
  16.  
  17. MMMMEEEETTTTHHHHOOOODDDDSSSS
  18.      canonpath
  19.        No physical check on the filesystem, but a logical cleanup of a path.
  20.        On UNIX eliminated successive slashes and successive "/.".
  21.  
  22.      catdir
  23.        Concatenate two or more directory names to form a complete path ending
  24.        with a directory. But remove the trailing slash from the resulting
  25.        string, because it doesn't look good, isn't necessary and confuses OS2.
  26.        Of course, if this is the root directory, don't cut off the trailing
  27.        slash :-)
  28.  
  29.      catfile
  30.        Concatenate one or more directory names and a filename to form a
  31.        complete path ending with a filename
  32.  
  33.      curdir
  34.        Returns a string representing of the current directory.  "." on UNIX.
  35.  
  36.      rootdir
  37.        Returns a string representing of the root directory.  "/" on UNIX.
  38.  
  39.      updir
  40.        Returns a string representing of the parent directory.  ".." on UNIX.
  41.  
  42.      no_upwards
  43.        Given a list of file names, strip out those that refer to a parent
  44.        directory. (Does not strip symlinks, only '.', '..', and equivalents.)
  45.  
  46.      file_name_is_absolute
  47.        Takes as argument a path and returns true, if it is an absolute path.
  48.  
  49.      path
  50.        Takes no argument, returns the environment variable PATH as an array.
  51.  
  52.      join
  53.        join is the same as catfile.
  54.  
  55.      nativename
  56.        TBW.
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.                                                                         PPPPaaaaggggeeee 1111
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. FFFFiiiilllleeee::::::::SSSSppppeeeecccc::::::::UUUUnnnniiiixxxx((((3333))))                                        FFFFiiiilllleeee::::::::SSSSppppeeeecccc::::::::UUUUnnnniiiixxxx((((3333))))
  71.  
  72.  
  73.  
  74. SSSSEEEEEEEE AAAALLLLSSSSOOOO
  75.      the _F_i_l_e::_S_p_e_c manpage
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.                                                                         PPPPaaaaggggeeee 2222
  130.  
  131.  
  132.  
  133.